home *** CD-ROM | disk | FTP | other *** search
/ ftp.ac-grenoble.fr / 2015.02.ftp.ac-grenoble.fr.tar / ftp.ac-grenoble.fr / assistance.logicielle / NetTime-2b6.exe / {app} / SvcCfg.exe / 0 / RCDATA / TFRMAUTOCONFIGURE / TFRMAUTOCONFIGURE.txt
Text File  |  2001-08-12  |  6KB  |  268 lines

  1. object frmAutoConfigure: TfrmAutoConfigure
  2.   Left = 259
  3.   Top = 278
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'NetTime AutoConfigure'
  7.   ClientHeight = 205
  8.   ClientWidth = 514
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object Label1: TLabel
  24.     Left = 30
  25.     Top = 12
  26.     Width = 68
  27.     Height = 14
  28.     Caption = 'Total Servers:'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object Label2: TLabel
  37.     Left = 30
  38.     Top = 33
  39.     Width = 122
  40.     Height = 14
  41.     Caption = 'Servers Checked So Far:'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'Arial'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Shape1: TShape
  50.     Left = 10
  51.     Top = 65
  52.     Width = 492
  53.     Height = 2
  54.   end
  55.   object lblTotal: TLabel
  56.     Left = 197
  57.     Top = 12
  58.     Width = 33
  59.     Height = 14
  60.     Caption = 'lblTotal'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'Arial'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object lblChecked: TLabel
  69.     Left = 197
  70.     Top = 33
  71.     Width = 52
  72.     Height = 14
  73.     Caption = 'lblChecked'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object Label3: TLabel
  82.     Left = 20
  83.     Top = 76
  84.     Width = 39
  85.     Height = 14
  86.     Caption = 'Results:'
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'Arial'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     OnClick = FormCreate
  94.   end
  95.   object lblServer1: TLabel
  96.     Left = 79
  97.     Top = 76
  98.     Width = 49
  99.     Height = 14
  100.     Caption = 'lblServer1'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'Arial'
  105.     Font.Style = []
  106.     ParentFont = False
  107.   end
  108.   object lblServer2: TLabel
  109.     Left = 79
  110.     Top = 93
  111.     Width = 49
  112.     Height = 14
  113.     Caption = 'lblServer2'
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clWindowText
  116.     Font.Height = -11
  117.     Font.Name = 'Arial'
  118.     Font.Style = []
  119.     ParentFont = False
  120.   end
  121.   object lblServer3: TLabel
  122.     Left = 79
  123.     Top = 110
  124.     Width = 49
  125.     Height = 14
  126.     Caption = 'lblServer3'
  127.     Font.Charset = DEFAULT_CHARSET
  128.     Font.Color = clWindowText
  129.     Font.Height = -11
  130.     Font.Name = 'Arial'
  131.     Font.Style = []
  132.     ParentFont = False
  133.   end
  134.   object Label4: TLabel
  135.     Left = 335
  136.     Top = 12
  137.     Width = 29
  138.     Height = 14
  139.     Caption = 'Good:'
  140.     Font.Charset = DEFAULT_CHARSET
  141.     Font.Color = clWindowText
  142.     Font.Height = -11
  143.     Font.Name = 'Arial'
  144.     Font.Style = []
  145.     ParentFont = False
  146.   end
  147.   object Label5: TLabel
  148.     Left = 335
  149.     Top = 33
  150.     Width = 22
  151.     Height = 14
  152.     Caption = 'Bad:'
  153.     Font.Charset = DEFAULT_CHARSET
  154.     Font.Color = clWindowText
  155.     Font.Height = -11
  156.     Font.Name = 'Arial'
  157.     Font.Style = []
  158.     ParentFont = False
  159.   end
  160.   object lblGood: TLabel
  161.     Left = 394
  162.     Top = 12
  163.     Width = 36
  164.     Height = 14
  165.     Caption = 'lblGood'
  166.     Font.Charset = DEFAULT_CHARSET
  167.     Font.Color = clWindowText
  168.     Font.Height = -11
  169.     Font.Name = 'Arial'
  170.     Font.Style = []
  171.     ParentFont = False
  172.   end
  173.   object lblBad: TLabel
  174.     Left = 394
  175.     Top = 33
  176.     Width = 29
  177.     Height = 14
  178.     Caption = 'lblBad'
  179.     Font.Charset = DEFAULT_CHARSET
  180.     Font.Color = clWindowText
  181.     Font.Height = -11
  182.     Font.Name = 'Arial'
  183.     Font.Style = []
  184.     ParentFont = False
  185.   end
  186.   object lblServer5: TLabel
  187.     Left = 79
  188.     Top = 144
  189.     Width = 49
  190.     Height = 14
  191.     Caption = 'lblServer5'
  192.     Font.Charset = DEFAULT_CHARSET
  193.     Font.Color = clWindowText
  194.     Font.Height = -11
  195.     Font.Name = 'Arial'
  196.     Font.Style = []
  197.     ParentFont = False
  198.   end
  199.   object lblServer4: TLabel
  200.     Left = 79
  201.     Top = 127
  202.     Width = 49
  203.     Height = 14
  204.     Caption = 'lblServer4'
  205.     Font.Charset = DEFAULT_CHARSET
  206.     Font.Color = clWindowText
  207.     Font.Height = -11
  208.     Font.Name = 'Arial'
  209.     Font.Style = []
  210.     ParentFont = False
  211.   end
  212.   object Button1: TButton
  213.     Left = 335
  214.     Top = 177
  215.     Width = 75
  216.     Height = 25
  217.     Caption = '&Accept'
  218.     Default = True
  219.     Font.Charset = DEFAULT_CHARSET
  220.     Font.Color = clWindowText
  221.     Font.Height = -11
  222.     Font.Name = 'Arial'
  223.     Font.Style = []
  224.     ModalResult = 1
  225.     ParentFont = False
  226.     TabOrder = 0
  227.   end
  228.   object Button2: TButton
  229.     Left = 414
  230.     Top = 177
  231.     Width = 75
  232.     Height = 25
  233.     Cancel = True
  234.     Caption = '&Cancel'
  235.     Font.Charset = DEFAULT_CHARSET
  236.     Font.Color = clWindowText
  237.     Font.Height = -11
  238.     Font.Name = 'Arial'
  239.     Font.Style = []
  240.     ModalResult = 2
  241.     ParentFont = False
  242.     TabOrder = 1
  243.   end
  244.   object btnMore: TButton
  245.     Left = 79
  246.     Top = 177
  247.     Width = 90
  248.     Height = 25
  249.     Caption = '&More Sources'
  250.     Font.Charset = DEFAULT_CHARSET
  251.     Font.Color = clWindowText
  252.     Font.Height = -11
  253.     Font.Name = 'Arial'
  254.     Font.Style = []
  255.     ParentFont = False
  256.     TabOrder = 2
  257.     Visible = False
  258.     OnClick = btnMoreClick
  259.   end
  260.   object Timer1: TTimer
  261.     Enabled = False
  262.     Interval = 100
  263.     OnTimer = Timer1Timer
  264.     Left = 240
  265.     Top = 16
  266.   end
  267. end
  268.